Termination Proof Script

Consider the TRS R consisting of the rewrite rules
1:    (x * y) * z  → x * (y * z)
2:    (x + y) * z  → (x * z) + (y * z)
3:    x * (y + f(z))  → g(x,z) * (y + y)
There are 5 dependency pairs:
4:    (x * y) *# z  → x *# (y * z)
5:    (x * y) *# z  → y *# z
6:    (x + y) *# z  → x *# z
7:    (x + y) *# z  → y *# z
8:    x *# (y + f(z))  → g(x,z) *# (y + y)
The approximated dependency graph contains 2 SCCs: {8} and {4-7}.
Tyrolean Termination Tool  (0.02 seconds)   ---  May 3, 2006